UserListResultHandler

interface UserListResultHandler

Interface definition for a callback to be invoked when a result of a list of user is loaded.

Functions

Link copied to clipboard
abstract fun onResult(@Nullable userList: List<out UserInfo>, @Nullable e: Exception)
Called when a result of a list of user is loaded.